.slidebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banp {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
}

.banp li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.banp li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banb {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    text-align: center;
    font-size: 0;
}

.banb em {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    border-top: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banb em.on {
    border-top: 2px solid #000;
    width: 70px;
}

.slidebox .dalileft {
    width: 41px;
    height: 119px;
    background: url(/static/images/left.png) center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 10;
    margin-top: -60px;
    cursor: pointer;
    opacity: 0;
}

.slidebox .daliright {
    width: 41px;
    height: 119px;
    background: url(/static/images/right.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 10;
    margin-top: -60px;
    cursor: pointer;
    opacity: 0;
}

.dalileft, .daliright {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slidebox:hover .dalileft, .slidebox:hover .daliright {
    opacity: 1;
}

.xmbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xm {
    display: block;
    width: 20%;
    height: 20vw;
    overflow: hidden;
    float: left;
    position: relative;
    background: #000;
    text-decoration: none;
}

.xmt {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-left: -100px;
    margin-top: -25px;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}
.xmt_en {
    width: 80%;
    margin-left: -40%;
}

.xmu {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: hidden;
    opacity: .85;
}

.xm:hover .xmu {
    opacity: 1;
}

.xm:hover .xmt {
    width: 100%;
    margin-left: -50%;
    background:rgba(255, 255, 255, .7);
    color: #333;
}

.xmu li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}
.xmu li:nth-child(1) {
    display: block;
}

.xmu li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.xmb {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
}

.xmb em {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.xmb em.on {
    background: #c63f3a;
    color: #fff;
}

.xwbox {
    height: auto;
    overflow: hidden;
    margin: 50px 50px 0 50px;
}
.xwbk {
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
}
.xwbk.bz {
    height: 480px;
    background: #2f8d99;
}

.xw {
    height: 240px;
    overflow: hidden;
    background: url(/static/images/newsbg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.xwb {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 60px;
    top: 40px;
}

.xwb a {
    display: block;
    width: 100%;
    height: 100%;
}

.xwb a img {
    display: block;
    height: 20px;
    margin: 15px auto;
}

.xwt {
    height: 85px;
    margin: 35px 0 20px 50px;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.xwt span {
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
}

.xwt i {
    display: block;
    font-size: 36px;
    color: rgba(255, 255, 255, .5);
    line-height: 55px;
    font-style: normal;
}
.xwt.t2 {
    width: 220px;
    float: left;
}
.sp ul {
    width: 440px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 80px;
}
.sp ul li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.sp ul li span {
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.sp ul li span a {
    color: #fff;
}
.sp ul li i {
    display: block;
    float: right;
    font-style: normal;
}

.FontScroll {
    width: 700px;
    height: 80px;
    margin-left: 50px;
    overflow: hidden;
}

.FontScroll li {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.FontScroll li span {
    width: 100%;
    height: 40px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.FontScroll li span a {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

.FontScroll li span a:hover {
    font-weight: bold;
}

.FontScroll li i {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-style: normal;
}

.sp {
    height: 240px;
    overflow: hidden;
    background: url(/static/images/vodbg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.bzp {
    width: 280px;
    height: 410px;
    padding: 35px 10px 35px 60px;
    float: left;
    overflow: hidden;
}
.bzp img {
    display: block;
    width: 100%;
    height: 100%;
}
.bzc {
    width: calc(100% - 420px);
    height: auto;
    overflow: hidden;
    float: left;
}

.bzc ul {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 50px;
}
.bzc ul li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.bzc ul li span {
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.bzc ul li span a {
    color: #fff;
}
.bzc ul li i {
    display: block;
    float: right;
    font-style: normal;
}


.linkbox {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
}

.linkbox a {
    display: block;
    width: 260px;
    height: 65px;
    margin: 19px 20px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.linkbox a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1450px) {
    .xmt {
        width: 160px;
        height: 40px;
        margin-left: -80px;
        margin-top: -20px;
        font-size: 18px;
        line-height: 40px;
    }
    .xmt_en {
        width: 80%;
        margin-left: -40%;
    }
    .FontScroll {
        width: calc(100% - 80px);
    }
    .FontScroll li span a {
        font-size: 18px;
    }
    .sp ul {
        width: 350px;
        margin-top: 80px;
    }
    .sp ul li {
        font-size: 16px;
    }
    .xwt {
        margin: 35px 0 20px 40px;
    }
    .xwt.t2 {
        width: 180px;
    }
    .bzc {
        width: calc(100% - 330px);
    }
    .bzc ul li {
        font-size: 16px;
    }
    .bzp {
        width: 260px;
        height: 380px;
        padding: 35px 0 35px 40px;
    }
    .xwb {
        right: 30px;
    }
}